home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Developer Essentials / DTS Sample Code / Snippets / Toolbox & IAC / ◊Other / Simple HLE / HLE.read me < prev    next >
Encoding:
Text File  |  1992-03-09  |  324 b   |  9 lines  |  [TEXT/MPS ]

  1. Here is a simple High Level Event sample.
  2. It posts two events, then uses a filter to accept the second one.
  3. Using AppleEvents is a much better solution than using High Level Events, 
  4. since the AppleEvent Manager provides a great dal of
  5. formatting and accessing support, but HLEs are available if you want
  6. 'em.
  7. C.K. Haun
  8. DTS
  9.